projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48e88c6
)
spinbutton: Don't use gfloat in a code sample
author
Timm Bäder
<mail@baedert.org>
Wed, 26 Sep 2018 07:36:31 +0000
(09:36 +0200)
committer
Timm Bäder
<mail@baedert.org>
Thu, 11 Oct 2018 10:27:56 +0000
(12:27 +0200)
gtk/gtkspinbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkspinbutton.c
b/gtk/gtkspinbutton.c
index 9a112ebf7dea9b38a994249d759eeec7d9af0b37..08bc849f38c5af2d106f945692597dd268dd4308 100644
(file)
--- a/
gtk/gtkspinbutton.c
+++ b/
gtk/gtkspinbutton.c
@@
-155,7
+155,7
@@
* // Provides a function to retrieve a floating point value from a
* // GtkSpinButton, and creates a high precision spin button.
*
- *
g
float
+ * float
* grab_float_value (GtkSpinButton *button,
* gpointer user_data)
* {